Welcome![Sign In][Sign Up]
Location:
Search - unix shell

Search list

[Linux-Unixshell

Description: 在UNIX环境下学习SHELL脚本语言,一本很好的入门书籍。-In the UNIX environment to learn SHELL scripting language, a very good introductory book.
Platform: | Size: 11404288 | Author: guanping | Hits:

[Linux-Unixunix

Description: 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管理空闲盘块。-Simulation of unix operating system file system functions, in a terminal interface as unix users, like the shell command to import some orders, such as the input file directory ls show, chmod to change file permissions, chown change file owner, chgrp to change the file belongs to group chnam change the file name, pwd show current directory, cd to change the current directory, mkdir to create directories, rmdir delete directory, mk create a file, cp file copy, rm to delete files, cat shows the contents of the documents, login to switch user, passwd modify user passwords and other functions . In the background, it is necessary to realize a mixed-type index file structure, including its stack node idle idle node management and group management links fat free disk blocks.
Platform: | Size: 266240 | Author: dufei | Hits:

[Otherunix.shell

Description: 本书以循序渐进的方式全面系统地介绍了UNIX中Shell编程的方法,重点讲述了如何使用Shell所提供的工具编写出灵活高效的程序。 全书分为24学时,首先回顾了UNIX的基本内容,然后介绍如何使用Shell所提供的各种工具编写程序,最后讲解了Shell编程中可能会遇到的一些问题。另外,本书在每学时之后都为读者提供了习题,以帮助读者更好地掌握所学的内容。 本书内容丰富,结构合理清晰,既可作为UNIX开发人员的参考书,又可作为计算机应用人员的培训教材-This book step by step to a comprehensive and systematic introduction to UNIX in the Shell programming methods, focus on how to use the tools provided by Shell to prepare flexible and highly efficient procedure. The topics are divided into 24 hours, first reviewed the basic content of UNIX, and then describes how to use the Shell offer a variety of tools for programming, and finally on a Shell Programming may encounter some problems. In addition, this book in every after school to provide readers with the exercises to help readers better grasp of the science content. The book is rich in content, structure, reasonably clear, both as a UNIX developer s reference books, but also as a computer application training materials
Platform: | Size: 11403264 | Author: lishuying | Hits:

[Linux-Unixmyshell

Description: 自己实现的模拟unix下shell的一些简单功能,包括执行常见的命令,输入输出重定向,多级管道等-To realize his shell under unix simulation of some simple functions, including the implementation of common commands, input and output redirection, multi-stage pipeline, etc.
Platform: | Size: 1024 | Author: wupeng | Hits:

[Linux-Unixshell

Description: 详细介绍了UNIX/LINUX环境下SHELL编程,是初中级读者的一个很好选择,也是高级读者的一个很好的参考书.-err
Platform: | Size: 17857536 | Author: 黄笑生 | Hits:

[Linux-UnixEN-UNIX_UNLEASHED

Description: Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This book will help the reader understand the nuances of the major Unix variants including SVR4, HP-UX, Solaris, AIX, BSD, IRIX, SunOS, and Linux. It will help the reader decide which Unix shell works best for their particular situation. Other topics such as Kernel Configuration, Networking, User Administration, and File Management are covered extensively for the administrator who wants a variety of options to choose from for best performance. The book also provides in-depth coverage of configuring and optimizing mail, DNS, HTTP and other services many companies deploy across their intranet and on the Internet-Unix Unleashed, Third Edition is written with the power user and system administrator in mind. This book will help the reader understand the nuances of the major Unix variants including SVR4, HP-UX, Solaris, AIX, BSD, IRIX, SunOS, and Linux . It will help the reader decide which Unix shell works best for their particular situation. Other topics such as Kernel Configuration, Networking, User Administration, and File Management are covered extensively for the administrator who wants a variety of options to choose from for best performance . The book also provides in-depth coverage of configuring and optimizing mail, DNS, HTTP and other services many companies deploy across their intranet and on the Internet
Platform: | Size: 1056768 | Author: 张洪 | Hits:

[uCOSGENIE-SHELL

Description: uCOSII只提供了操作系统内核,用户要自己添加文件处理、人机界面、网络接口等重要部分。其中Shell(人机界面)提供了人与机器交互的界面,是机器服务于人的体现,是系统必不可少的重要组成部分。现代的很多OS如UNIX、DOS、VxWorks都提供了友好的命令行界面。Windows更是提供了GUI。大部分人认识OS都是从这里开始的。 由于Skyeye下的仿真串口USART已经实现了中断方式的接收(实际是从键盘接收输入),而且串口输出(实际上是输出到终端屏幕)也已经实现,所以实现一个类似DOS或Bash的简化版Shell并不困难。其本质思想就是:Shell作为一个uC/OSII下的任务,接收用户输入的字符,存储到缓冲区,并回显在屏幕上,以回车键为用户输入的结束信号,随后解析用户输入的命令名称、参数,调用相应的命令函数。一直到这个命令函数运行返回,才继续Shell的人机交互界面。Shell作为一个任务工作于内核之外,占用一个任务号。-err
Platform: | Size: 690176 | Author: haha | Hits:

[Software EngineeringLINUXUNIXSHELL

Description: LINUX与UNIX SHELL编程指南.rar-LINUX and UNIX SHELL Programming Guide. Rar
Platform: | Size: 17859584 | Author: 戴新彦 | Hits:

[BooksUNIX.Shells.by.Example.3rd.Edition

Description: linux、unix初学者的必读书籍 详细讲述了shell编程方法与技巧-linux, unix beginner s must-read book to describe in detail the shell programming methods and techniques
Platform: | Size: 1936384 | Author: 刘乙锋 | Hits:

[OracleOracleUtilityScript

Description: oracle常用管理脚本,包含sql和unix she-commonly used management oracle script, contains the sql and unix shell
Platform: | Size: 32768 | Author: colors | Hits:

[Software EngineeringLINUX_UNIX_SHELL_Programming

Description: unix-linux Shell编程经典电子书!-unix-linux Shell Programming E-book classic!
Platform: | Size: 17853440 | Author: rgz | Hits:

[Linux-UnixLINUXUNIXSHELL

Description: 《LINUX与UNIX SHELL编程指南》读书笔记-二次发布版.pdf-embedded
Platform: | Size: 663552 | Author: 吕旭 | Hits:

[Shell apiShell

Description: 基本上shell分两大类:   一:图形界面shell(Graphical User Interface shell 即 GUI shell)   例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。   二:命令行式 shell(Command Line Interface shell ,即CLI shell)   例如:   bash / sh / ksh / csh(Unix/linux 系统)   COMMAND.COM(MS-DOS 系统)   cmd.exe / 命令提示字符(Windows NT 系统)   Windows PowerShell(支援 .NET Framework 技术的 Windows NT 系统) -Shell is basically divided into two categories: a: a graphical interface shell (Graphical User Interface shell or GUI shell) example: the most widely used Windows Explorer (Microsoft windows family of production systems), there are also well-known Linux shell, which linux shell, including X windows manger (BlackBox and FluxBox), as well as the more powerful of the CDE, GNOME, KD, XFCE. Second: the command line shell (Command Line Interface shell, that is, CLI shell) such as: bash/sh/ksh/csh (Unix/linux systems) COMMAND.COM (MS-DOS systems) cmd.exe/characters in the command prompt (Windows NT system) Windows PowerShell (support. NET Framework technology, Windows NT systems)
Platform: | Size: 447488 | Author: grub | Hits:

[OtherThink_UNIX

Description: The many variants of the Unix operating system require use of a mode of thought that s significantly different from the one that s required by simpler operating systems. Think Unix introduces readers to important fundamental and intermediate Unix commands and, in the process, inculcates them in the Unix way of thinking. It s a worthy goal in a world with more Linux users than ever, and author Jon Lasser accomplishes it. He s both a capable writer and a knowledgeable user of Unix shell commands. Lasser uses bash under Red Hat Linux in most examples--which usually apply equally well to other Unix variants--and makes asides about other shells and environments, as needed.
Platform: | Size: 2246656 | Author: rishi | Hits:

[OtherLINUX_and_UNIX_SHELL_Programming_Guide

Description: LINUX与UNIX SHELL编程指南-LINUX_and_UNIX_SHELL_Programming_Guide
Platform: | Size: 17860608 | Author: javierwy | Hits:

[Linux-UnixLINUXandUNIXSHELLProgNote-2ndRelease

Description: 《LINUX与UNIX SHELL编程指南》读书笔记-二次发布版-" LINUX and UNIX SHELL Programming Guide," Reading Notes- Second release
Platform: | Size: 663552 | Author: 赵君 | Hits:

[Linux-Unixshellprogramming

Description: Linux 和 Unix SHELL编程-Programming Linux and Unix SHELL
Platform: | Size: 114688 | Author: renyuan | Hits:

[Linux-UnixLINUX

Description: LINUX与UNIX SHELL编程指南,这是一本关于linux的编程方面的介绍。-LINUX and UNIX SHELL Programming Guide, which is a book about the programming aspects of linux introduction.
Platform: | Size: 17859584 | Author: 时晓霞 | Hits:

[Otherunix_shell

Description: unix shell 实例精解学习笔记,记录了UNIX的学习过程,简单易懂-unix shell
Platform: | Size: 286720 | Author: haydns | Hits:

[Linux-Unixlinuxshellunixshell

Description: linux shell命令unix shell命令教程讲的很详细,值得收藏-linux shell command unix shell command very detailed tutorial about, worth collecting
Platform: | Size: 20243456 | Author: zrc | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »

CodeBus www.codebus.net